This directory includes :

1.  Java source code for directory service used by the client side (ClientTest.java is a little demo program to show how to use the directory service)

2.  DSComm.dll - it is loaded and used dynamically by directory service to talk to the directory server currently running on sim1 (slave is running on sim2).  You should put the DSComm.dll (along with resolv.conf described below) in a directory path in which the Java runtime system can search for.

3.  resolv.conf - a config file used by DSComm.dll to locate the primary and slave directory server.  Where this config file resides depends on how you instantiate the directory service.  By default constructor of directory service, this config file resides in the same directory as DSComm.dll resides.  (Please look at DirectoryService.java for details)

